-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
41 changed files
with
636 additions
and
330 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,10 +13,13 @@ tests/testthat/*.tif | |
*.xml | ||
*.ovr | ||
*.jpg | ||
*.xlsx | ||
|
||
*.png | ||
*.svg | ||
*.exe | ||
src-x64/ | ||
src-i386/ | ||
inst/font | ||
|
||
*/temp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: Ipaper | ||
Type: Package | ||
Title: Collection of personal practical R functions | ||
Version: 0.1.6.9000 | ||
Version: 0.1.7 | ||
Authors@R: person("Dongdong", "Kong", email = "[email protected]", | ||
role = c("aut", "cre")) | ||
Description: Awesome functions in R. | ||
|
@@ -27,7 +27,7 @@ Imports: | |
methods, | ||
parallel, | ||
doParallel, | ||
foreach, | ||
foreach, iterators, | ||
plyr, | ||
dplyr, | ||
clipr, | ||
|
@@ -38,7 +38,6 @@ Suggests: | |
testthat (>= 2.1.0), | ||
knitr, | ||
rmarkdown, | ||
iterators, | ||
sp, | ||
grid, | ||
gridExtra | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,17 @@ | ||
|
||
# Ipaper 0.1.7 | ||
|
||
- Many functions are reexported in Ipaper, including `iterators`, `foreach`, `lubridate`, | ||
`data.table`, `dplyr`, `remotes`. One Ipaper is enough. | ||
- Addin `select_word` works | ||
- Git functions works, add `git_commit`, `git_commit_amend`, `git_push` | ||
|
||
# Ipaper 0.1.4.9000 | ||
|
||
* Added a `NEWS.md` file to track changes to the package. | ||
* `write_fig`: support multiple pages pdf | ||
|
||
# Ipaper 0.1.5.9000 | ||
|
||
* `mkTRend_rcpp` is at least 6-fold faster | ||
* `mkTRend_rcpp` is at least 6-fold faster (moved to rtrend) | ||
* add `acf.fft` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.