Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pkgdown build #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@
Makefile
^CRAN-RELEASE$
^CRAN-SUBMISSION$
^unnest\.Rproj$
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ Description: Fast flattening of hierarchical data structures (e.g. JSON, XML)
into data.frames with a flexible spec language.
License: GPL (>= 2)
Encoding: UTF-8
RoxygenNote: 7.1.1
RoxygenNote: 7.3.1
Suggests:
data.table,
dplyr,
knitr,
repurrrsive,
rmarkdown,
roxygen2,
testthat,
tibble,
tidyr
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!-- badges: start -->
[![R build status](https://github.com/vspinu/unnest/workflows/R-CMD-check/badge.svg)](https://github.com/vspinu/unnest/actions)
[![R-CMD-check](https://github.com/vspinu/unnest/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/vspinu/unnest/actions/workflows/R-CMD-check.yaml)
[![CRAN status](https://www.r-pkg.org/badges/version/unnest)](https://CRAN.R-project.org/package=unnest)
<!-- badges: end -->

## Description
Expand Down
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ reference:
- title: Unnest and Specs
contents:
- unnest
- spec
18 changes: 18 additions & 0 deletions unnest.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Version: 1.0

RestoreWorkspace: No
SaveWorkspace: No
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd,collate,namespace
Loading