Skip to content

Commit

Permalink
Reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Nov 26, 2024
1 parent b6bb176 commit 9b543fa
Show file tree
Hide file tree
Showing 27 changed files with 32 additions and 48 deletions.
7 changes: 6 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
^egpkg-fall2024\.Rproj$
^.*\.Rproj$
^\.Rproj\.user$
^\.github$
^README\.Rmd$
^Rplots\.pdf$
^doc$
^Meta$
File renamed without changes.
File renamed without changes.
31 changes: 21 additions & 10 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
Package: egpkg-fall2024
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9000
Authors@R:
person("First", "Last", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: What the package does (one paragraph).
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
license
Encoding: UTF-8
Package: egpkg2024
Type: Package
Title: What the Package Does in One 'Title Case' Line
Version: 1.0
Date: 2023-02-23
Author: Your Name
Maintainer: Your Name <[email protected]>
Description: One paragraph description of what the package does as
one or more full sentences.
License: GPL (>= 2)
Imports:
Rcpp,
graphics
LinkingTo: Rcpp
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Encoding: UTF-8
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
5 changes: 5 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# Generated by roxygen2: do not edit by hand

export(myplot)
export(rcpp_hello_world)
import(graphics)
importFrom(Rcpp,evalCpp)
useDynLib(egpkg2024, .registration = TRUE)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
7 changes: 0 additions & 7 deletions misc/.Rbuildignore

This file was deleted.

23 changes: 0 additions & 23 deletions misc/DESCRIPTION

This file was deleted.

7 changes: 0 additions & 7 deletions misc/NAMESPACE

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9b543fa

Please sign in to comment.