Skip to content

Commit

Permalink
#1 Update NEWS and README.
Browse files Browse the repository at this point in the history
  • Loading branch information
luyckxn committed Nov 22, 2024
1 parent 7e3bbe5 commit ae5f3a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# campsisqual 1.3.0

* Campsisqual now public on GitHub #1
* Configure continuous integration with GitHub actions #2
* Check tinytex installation is working with a minimalist example #3
* Check simulation engines are installed before the qualification #4
* Add GPL license
* Make the qualification suite external to campsisqual
* Remove digital signature section
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ credentials <- Credentials(cert = "<PATH_TO_CERTIFICATE>",
key = "<PATH_TO_PRIVATE_KEY>",
passphrase = "<PASSPHRASE>")
suite <- QualificationSuite(path = "qualification_suite_calvagone.zip",
suite <- QualificationSuite(path = "<PATH_TO_QUALIFICATION_SUITE>",
credentials = credentials)
runQualification(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ credentials <- Credentials(cert = "<PATH_TO_CERTIFICATE>",
key = "<PATH_TO_PRIVATE_KEY>",
passphrase = "<PASSPHRASE>")

suite <- QualificationSuite(path = "qualification_suite_calvagone.zip",
suite <- QualificationSuite(path = "<PATH_TO_QUALIFICATION_SUITE>",
credentials = credentials)

runQualification(
Expand Down

0 comments on commit ae5f3a1

Please sign in to comment.