Skip to content
v0.1.0: Initial (minimal) test release

This is a first test release.
It marks the first version of `calendRio` after branching off the
upstream `calendR` R package that passes both

```sh
reuse lint
```

and

```R
devtools::check()
```

This version of `calenRio` does not yet provide any new functionality on
top of `calendR` and is therefore not meant to be submitted to CRAN or
distributed for installation in any other way.

Changes since branching off from upstream `calendR` R package:

* Documentation:
  * Satisfy REUSE specifications (v3.0)
  * Remove `.github` directory
  * Remove package startup message hook
  * Rename fork
  * Add DESCRIPTION file
  * Symlink LICENSE to top-level directory
  * Generate documentation with `roxygen2`
  * Add imports to DESCRIPTION
  * Use 'family' rather than 'last' name
* Chores:
  * Remove auto-generated by `roxygen2`
  * Remove `DESCRIPTION` file
  * Remove `.gitignore` file
  * Remove package documentation
  * Hide non-standard files in `inst` directory