The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
stringsAsFactor
defaults to
TRUE
.load_any()
is analog to list_any()
and
completes the set.list_any()
, the argument ...
is now
correctly defined.load_csv()
and friends is now
correct.list_any()
, list_csv()
,
list_tsv()
, load_csv()
, and
load_tsv()
now use readr.
Listed dataframes are now converted to tibbles. Users no longer
need to call tibble::as_tibble()
.
New load_*()
functions load each file in a directory
into an environment.
Example data is now named more consistently. For example:
dir(tor_example("rds"))
returns
c("rds1.rds", "rds2.rds")
.dir(tor_example("csv"))
returns
c("csv1.csv", "csv2.csv")
.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.