Skip to content

Tags: cynkra/cynkrathis

Tags

v0.3.4

Toggle v0.3.4's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
cynkrathis 0.3.4

- Update snapshots
- Use new cynkra pkgdown theme

v0.3.3

Toggle v0.3.3's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
cynkrathis 0.3.3

# cynkrathis 0.3.3 (2021-07-12)

- `renv_downgrade()`: Account for packages from remote sources and CRAN's "recommended" packages

v0.3.2

Toggle v0.3.2's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
cynkrathis 0.3.2

# cynkrathis 0.3.2 (2021-06-17)

- `deploy_minicran_package()` now also works if no global git config was set by copying the projects git config to the temporary drat directory (#21)
- `deploy_minicran_package()` uses a fresh directory for each clone task now instead of reusing the previous one which might lead to conflicts (#22)
- Add `renv_install_local()`, an {renv} helper which helps building local packages by moving them to the shared {renv} cache location for local packages and installing them - all in one step
- Add `renv_donwgrade()`, a helper for downgrading to old RSPM snapshots

v0.3.1.9001

Toggle v0.3.1.9001's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
cynkrathis 0.3.1.9001

# cynkrathis 0.3.1.9001 (2021-06-11)

- Add `renv_install_local()`, an {renv} helper which helps building local packages by moving them to the shared {renv} cache location for local packages and installing them - all in one step

v0.3.1.9000

Toggle v0.3.1.9000's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
cynkrathis 0.3.1.9000

# cynkrathis 0.3.1.9000 (2021-06-11)

- Add `renv_donwgrade()`, a helper for downgrading to old RSPM snapshots

v0.3.1

Toggle v0.3.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
cynkrathis 0.3.1

# cynkrathis 0.3.1 (2021-06-01)

- `deploy_minicran_package()`: compatibility with drat 0.2.0
- `renv_switch_r_version()`: coerce `new_snapshot` date to character to prevent NA printing

v0.3.0.9000

Toggle v0.3.0.9000's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
cynkrathis 0.3.0.9000

# cynkrathis 0.3.0.9000 (2021-06-01)

- `renv_switch_r_version()`: coerce `new_snapshot` date to character to prevent NA printing

v0.3.0

Toggle v0.3.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
cynkrathis 0.3.0

- add `deploy_minicran_package()` (#16)

v0.2.0.9000

Toggle v0.2.0.9000's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
cynkrathis 0.2.0.9000

- Internal changes only.

v0.2.0

Toggle v0.2.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
cynkrathis 0.2.0

- `init_renv()`: rewrite function: 
  - Remove arguments `local_packages` and `additional_repos`
  - Rename argument `exclude_local` to `exclude`
  - Add argument `convenience_packages`
  - Use `renv::scaffold()` instead of `renv::init()`
  
- `renv_switch_r_version()`:
   - remove arguments `snapshot` and `update` because these do not play well 
     when changing an R version in the same session and are also troublesome
     after automatic restarts