Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions renv/profiles/lesson-requirements/renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,22 @@
},
"base64enc": {
"Package": "base64enc",
"Version": "0.1-3",
"Version": "0.1-6",
"Source": "Repository",
"Title": "Tools for base64 encoding",
"Author": "Simon Urbanek <Simon.Urbanek@r-project.org>",
"Title": "Tools for 'base64' Encoding",
"Author": "Simon Urbanek [aut, cre, cph] (https://urbanek.nz, ORCID: <https://orcid.org/0000-0003-2297-1732>)",
"Authors@R": "person(\"Simon\", \"Urbanek\", role=c(\"aut\",\"cre\",\"cph\"), email=\"Simon.Urbanek@r-project.org\", comment=c(\"https://urbanek.nz\", ORCID=\"0000-0003-2297-1732\"))",
"Maintainer": "Simon Urbanek <Simon.Urbanek@r-project.org>",
"Depends": [
"R (>= 2.9.0)"
],
"Enhances": [
"png"
],
"Description": "This package provides tools for handling base64 encoding. It is more flexible than the orphaned base64 package.",
"Description": "Tools for handling 'base64' encoding. It is more flexible than the orphaned 'base64' package.",
"License": "GPL-2 | GPL-3",
"URL": "http://www.rforge.net/base64enc",
"URL": "https://www.rforge.net/base64enc",
"BugReports": "https://github.com/s-u/base64enc/issues",
"NeedsCompilation": "yes",
"Repository": "CRAN"
},
Expand Down
Loading