The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
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[@]metanet.ch.
readr::write_lines()
and readr::write_rds()
since they have deprecated path
in favor of
file
.setup
and load_libraries
code
chunks in all applicable template .Rmd files.LazyData
line from DESCRIPTION
file in compliance with new CRAN check.projects()
’s handling of the
path
argument, accommodating latest behavior of
fs::path_abs()
.vec_cast(x, to = character())
changed to
as.character(x)
)rename_projects_folder()
and
move_projects_folder()
path
argument to projects()
,
allowing users to filter by subdirectoryvctrs
package for
projects_stage
and projects_author
classesprojects()
now prints a maximum of 100 rows by
default.open_project()
attempts to locate projects on shared
servers when the local projects_folder()
value differs from
the server’s projects_folder()
valuenew_project()
now copies a single template project
folder within .templates instead of assembling multiple
template components into a file. This allows users to customize project
folders to a very high degree. Thus, new_project()
has
fewer arguments, having only template_folder
insofar as
template-related arguments.new_project()
. Users must run header()
and
copy the resulting text into desired .Rmd files.new_project()
and
copy_project()
for specifying the new project’s folder
name. It can be distinct from a project’s short_title
and
its id
number.setup_projects()
save_session_info()
function for saving
sessioninfo::session_info()
to a text file.export_project()
for zipping project foldersprojects_stage
and projects_author
S3 classes so that the class would not
be stripped.reorder_authors()
and all edit_*()
functions to stop printing metadata after successful editing.reprint_header
argument from
reorder_authors()
function, but added a message beckoning
user to run header()
, as in
edit_project()
.Users can now create custom names for project folders, linking the
name to short_title
: - Added the function
rename_folder()
, which enables the user to rename project
folders. Added an example of this. - Added the logical argument
stitle_as_folder
to new_project()
, which if
TRUE
makes the folder name of new projects the same as its
short_title
. - Added the argument
new_short_title
to copy_project()
, which
enables users to change the project copy’s folder name and/or
short_title
. - Made the path
argument in
copy_project()
second instead of fourth.
open_project()
better handle instances of
missing/multiple .Rproj files.projects
package.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.