We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da54651 commit 4eda601Copy full SHA for 4eda601
DESCRIPTION
@@ -9,7 +9,8 @@ License: MIT + file LICENSE
9
Encoding: UTF-8
10
Imports:
11
jsonlite,
12
- V8 (>= 8.0.0)
13
-BugReports: https://github.com/jeroen/toml/issues
+ V8 (>= 8.0.1)
+URL: https://r-lib.r-universe.dev/toml
14
+BugReports: https://github.com/r-lib/toml/issues
15
RoxygenNote: 7.3.2
16
Roxygen: list(markdown = TRUE)
README.md
@@ -17,8 +17,8 @@ it does not make too much of a difference.
17
18
Installation requires no compilation:
19
20
-```
21
-pak::pak("jeroen/toml")
+```r
+install.packages("toml")
22
```
23
24
## Example
0 commit comments