Skip to content

Commit

Permalink
major code restructuring: renamed package tissot -> advancedtissot
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-hurst committed Sep 4, 2021
1 parent 136f6be commit 27aff0a
Show file tree
Hide file tree
Showing 22 changed files with 46 additions and 210 deletions.
2 changes: 1 addition & 1 deletion tissot/.Rbuildignore → .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
^tissot\.Rproj$
^.*\.Rproj$
^\.Rproj\.user$
^LICENSE\.md$
39 changes: 0 additions & 39 deletions .gitignore

This file was deleted.

30 changes: 30 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
Package: advancedtissot
Title: This package computes Tissot's indicatrix
Version: 0.9
Type: Package
Authors@R: c(
person(given = "Jonas",
family = "Hurst",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Brian",
family = "Pondi",
role = c("aut", "ctb"),
email = "[email protected]")
)
Maintainer: Jonas Hurst <[email protected]>
Description: This package computes Tissot's indicatrix
License: GPL (>= 3)
Encoding: UTF-8
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
sf,
ggplot2
Suggests:
rmarkdown,
knitr,
rnaturalearth,
rgeos
VignetteBuilder: knitr
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
exportPattern("^[[:alpha:]]+")
File renamed without changes.
1 change: 0 additions & 1 deletion README.md

This file was deleted.

6 changes: 2 additions & 4 deletions tissot/tissot.Rproj → advancedtissot.Rproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Version: 1.0

RestoreWorkspace: No
SaveWorkspace: No
RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
Expand All @@ -14,9 +14,7 @@ LaTeX: pdfLaTeX

AutoAppendNewline: Yes
StripTrailingWhitespace: Yes
LineEndingConversion: Posix

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd,collate,namespace
12 changes: 12 additions & 0 deletions man/hello.Rd
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
\name{hello}
\alias{hello}
\title{Hello, World!}
\usage{
hello()
}
\description{
Prints 'Hello, world!'.
}
\examples{
hello()
}
1 change: 0 additions & 1 deletion test-doc.txt

This file was deleted.

2 changes: 0 additions & 2 deletions tissot/.gitignore

This file was deleted.

24 changes: 0 additions & 24 deletions tissot/DESCRIPTION

This file was deleted.

10 changes: 0 additions & 10 deletions tissot/NAMESPACE

This file was deleted.

19 changes: 0 additions & 19 deletions tissot/man/get_geometry.tissot.Rd

This file was deleted.

17 changes: 0 additions & 17 deletions tissot/man/get_indicatrix.tissot.Rd

This file was deleted.

17 changes: 0 additions & 17 deletions tissot/man/plot.tissot.Rd

This file was deleted.

14 changes: 0 additions & 14 deletions tissot/man/print.tissot.Rd

This file was deleted.

14 changes: 0 additions & 14 deletions tissot/man/summarize.tissot.Rd

This file was deleted.

26 changes: 0 additions & 26 deletions tissot/man/tissot.Rd

This file was deleted.

File renamed without changes.
File renamed without changes.

0 comments on commit 27aff0a

Please sign in to comment.