-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove the R animation script. * Clean up the frame generation script. * renv snapshot. * Add some instructions to the README. * Add NEWS.md.
- Loading branch information
1 parent
1931409
commit dcb5553
Showing
6 changed files
with
36 additions
and
55 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# room-squares-animation (development version) | ||
|
||
# room-squares-animation (v0.1.0) | ||
|
||
* Based on R4.4.0 and ImageMagick 6.9.10-23. | ||
* R/create-frames.R to generate a folder of frames. | ||
* convert from ImageMagick to generate a gif from frames. |
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
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,3 +1,19 @@ | ||
# room-squares-animation | ||
|
||
## Instructions | ||
|
||
First generate frames: | ||
|
||
``` | ||
make frames | ||
``` | ||
|
||
Then generate `gif/out.gif`: | ||
|
||
``` | ||
make gif | ||
``` | ||
|
||
## Output | ||
|
||
![](gif/out.gif) |
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 |
---|---|---|
|
@@ -11,3 +11,5 @@ Encoding: UTF-8 | |
|
||
RnwWeave: Sweave | ||
LaTeX: pdfLaTeX | ||
|
||
BuildType: Makefile |