Skip to content

Commit

Permalink
Update copyright note (#20)
Browse files Browse the repository at this point in the history
* Update copyright note

* Added extra notes on maintainance
  • Loading branch information
alexrecuenco authored Jan 23, 2024
1 parent f4b9221 commit 89da9a8
Show file tree
Hide file tree
Showing 22 changed files with 91 additions and 123 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
YEAR: 2020
COPYRIGHT HOLDER: Alejandro Gonzalez Recuenco
YEAR: 2023
COPYRIGHT HOLDER: Alejandro Gonzalez Recuenco
3 changes: 1 addition & 2 deletions R/AnswerSheets.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Author Alejandro Gonzalez Recuenco
# e-mail <[email protected]>
# (C) 2020
# (C) 2023

#' @title CountNumberOfSections
#' @description It counts the number of subparts in each section and outputs the result as a table. It doesn't act recursively, it only does the outermost layer.
Expand Down Expand Up @@ -487,4 +487,3 @@ GenerateShortAnswerSheet <- function(ExamSheet, versionColName = "Version", corr
)
);
}

4 changes: 1 addition & 3 deletions R/DataDocumentation.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Author Alejandro Gonzalez Recuenco
# e-mail <[email protected]>
# (C) 2020
# (C) 2023
#### Data Documentation ####


Expand Down Expand Up @@ -29,5 +29,3 @@
#' @source self
#'
"testclass"


2 changes: 1 addition & 1 deletion R/Grading.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Author Alejandro Gonzalez Recuenco
# e-mail <[email protected]>
# (C) 2020
# (C) 2023
#### SET UP FUNCTIONS ####
####
ORIGINAL_PATTERN <- "_original$"
Expand Down
2 changes: 1 addition & 1 deletion R/PreambleAdjustment.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Author Alejandro Gonzalez Recuenco
# e-mail <[email protected]>
# (C) 2020
# (C) 2023


#' @title ReplacePreambleCommand
Expand Down
2 changes: 1 addition & 1 deletion R/RandomizingTree.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Author Alejandro Gonzalez Recuenco
# e-mail <[email protected]>
# (C) 2020
# (C) 2023
#### Randomizing layers
####
### NOTE: Right now the naming convention is hardcoded into the regex's, Is there any reason to change that?
Expand Down
2 changes: 1 addition & 1 deletion R/TexExamRandomizer.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Author Alejandro Gonzalez Recuenco
# e-mail <[email protected]>
# (C) 2020
# (C) 2023
#' Generating Random Exams from 'LaTeX' documents
#'
#' This package is designed with exams and homework created in 'LaTeX' in mind. It allows to randomize and personalize exams and homework and it aids the user with grading them.
Expand Down
3 changes: 1 addition & 2 deletions R/Wrappers.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Author Alejandro Gonzalez Recuenco
# e-mail <[email protected]>
# (C) 2020
# (C) 2023



Expand Down Expand Up @@ -745,4 +745,3 @@ CreateRandomExams <- function(


}

4 changes: 1 addition & 3 deletions R/additionalFunctions.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Author Alejandro Gonzalez Recuenco
# e-mail <[email protected]>
# (C) 2020
# (C) 2023
# Subsetting
#
#
Expand Down Expand Up @@ -105,5 +105,3 @@ fun_from_folder <- function(folder, fun, ...) {


}


4 changes: 1 addition & 3 deletions R/jsonparser.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Author Alejandro Gonzalez Recuenco
# e-mail <[email protected]>
# (C) 2020
# (C) 2023
#### Parsing document for JSON TexExamRandomizer directions
####
####
Expand Down Expand Up @@ -1083,5 +1083,3 @@ compilation_options <- function(file=NULL, table=NULL, noutput=NULL, nquestions=
)

}


2 changes: 1 addition & 1 deletion R/latexmkCompilation.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Author Alejandro Gonzalez Recuenco
# e-mail <[email protected]>
# (C) 2020
# (C) 2023
#### LateX Folder Compilation Codes ####
####
####
Expand Down
2 changes: 1 addition & 1 deletion R/package-init.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Author Alejandro Gonzalez Recuenco
# e-mail <[email protected]>
# (C) 2020
# (C) 2023
#### ROxigen DynLib link file
####
####
Expand Down
2 changes: 1 addition & 1 deletion R/structuringdocument.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Author Alejandro Gonzalez Recuenco
# e-mail <[email protected]>
# (C) 2020
# (C) 2023

# Functions required to create the Structure

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,6 @@ R CMD CHECK --as-cran "<version.tar.gz>"
```

Then [submit it](https://cran.r-project.org/submit.html)
- Then, check that the CMD-CHECK works with no notes in the deployment in github
- Then check that you can upload it [here](https://win-builder.r-project.org)
- Finally, [submit it](https://cran.r-project.org/submit.html)
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

1. `pkgdown::build_site()`, add `_pkgdown.yml` to the package.
2. Fix the nested compilation issues (Nested layers can't have the same command names)
3. Avoid needing gcc 4.9
3. Add yaml as an option to complement JSON for configuration
8 changes: 1 addition & 7 deletions exec/examrandomizer
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#### Generating Exams
# Author Alejandro Gonzalez Recuenco
# e-mail <[email protected]>
# (C) 2020
# (C) 2023
#
#
#
Expand Down Expand Up @@ -99,9 +99,3 @@ if (opt$options$homework) {
} else {
jsonexamparser(opt)
}






8 changes: 1 addition & 7 deletions exec/examrandomizer.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#### Generating Exams
# Author Alejandro Gonzalez Recuenco
# e-mail <[email protected]>
# (C) 2020
# (C) 2023
#
#
#
Expand Down Expand Up @@ -99,9 +99,3 @@ if (opt$options$homework) {
} else {
jsonexamparser(opt)
}






4 changes: 2 additions & 2 deletions exec/examrandomizer.engine
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash
# Author Alejandro Gonzalez Recuenco
# e-mail <[email protected]>
# (C) 2020
# (C) 2023
#
# Place this file on ~/Library/TeXShop/Engines
export PATH=/Library/TeX/texbin:/usr/texbin:/usr/local/bin:${PATH}


examrandomizer --file "$1" --compile
examrandomizer --file "$1" --compile
2 changes: 1 addition & 1 deletion exec/gradeexamrandomizer
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#### Grading exams,
# Author Alejandro Gonzalez Recuenco
# e-mail <[email protected]>
# (C) 2020
# (C) 2023
#### Functions ####


Expand Down
2 changes: 1 addition & 1 deletion exec/gradeexamrandomizer.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#### Grading exams,
# Author Alejandro Gonzalez Recuenco
# e-mail <[email protected]>
# (C) 2020
# (C) 2023
#### Functions ####


Expand Down
4 changes: 2 additions & 2 deletions exec/hwrandomizer.engine
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash
# Author Alejandro Gonzalez Recuenco
# e-mail <[email protected]>
# (C) 2020
# (C) 2023
#
# Place this file on ~/Library/TeXShop/Engines
export PATH=/Library/TeX/texbin:/usr/texbin:/usr/local/bin:${PATH}


examrandomizer --file "$1" --homework --compile
examrandomizer --file "$1" --homework --compile
Loading

0 comments on commit 89da9a8

Please sign in to comment.