Skip to content

Commit

Permalink
re organised folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Poduval committed Dec 18, 2024
1 parent b9890dc commit 8604a8a
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 6 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 0 additions & 4 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@
^\.Rproj\.user$
^_make_package.R$
[.]Rproj$
^backlog
^logo.png$
^\.github$
^release$
^backlog$
^LICENSE\.md$
5 changes: 5 additions & 0 deletions EasyCalculator.Rproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version: 1.0
ProjectId: 3dc30740-2480-4b29-8b68-1d34fb0c947d

RestoreWorkspace: Default
SaveWorkspace: Default
Expand All @@ -15,3 +16,7 @@ LaTeX: pdfLaTeX
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source

PythonType: system
PythonVersion: 3.12.5
PythonPath: /Library/Frameworks/Python.framework/Versions/3.12/bin/python3.12
File renamed without changes.
3 changes: 1 addition & 2 deletions _make_package.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ library(devtools)

# Files to be ignored for packaging ====

use_build_ignore(c("^_make_package.R$", "[.]Rproj$", "^release$",
"^backlog$", "^logo.png$"), escape = FALSE)
use_build_ignore(c("^_make_package.R$", "[.]Rproj$", "^misc$"), escape = FALSE)

# Update description file ====
use_description(
Expand Down
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.
Binary file not shown.
File renamed without changes.

0 comments on commit 8604a8a

Please sign in to comment.